var runtime.gcphase

107 uses

	runtime (current package)
		arena.go#L738: 	if gcphase == _GCmarktermination {
		arena.go#L776: 	if gcphase != _GCoff {
		arena.go#L965: 	if gcphase == _GCoff {
		malloc.go#L1069: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L16: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L181: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L346: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L511: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L676: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L841: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L1006: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L1171: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L1336: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L1501: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L1666: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L1831: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L1996: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L2161: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L2326: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L2491: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L2656: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L2821: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L2986: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L3151: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L3316: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L3481: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L3646: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L3811: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L3976: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L4141: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L4311: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L4467: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L4623: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L4779: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L4935: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L5091: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L5247: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L5403: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L5559: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L5715: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L5871: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L6027: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L6183: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L6339: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L6495: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L6646: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L6782: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L6918: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L7054: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L7190: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L7326: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L7462: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L7598: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L7734: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L7870: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L8006: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L8142: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L8278: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L8414: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L8550: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L8686: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L8822: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L8958: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L9094: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L9230: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L9366: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L9502: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L9638: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L9774: 		if gcphase == _GCmarktermination {
		malloc_generated.go#L9910: 		if gcphase == _GCmarktermination {
		malloc_stubs.go#L44: 		if gcphase == _GCmarktermination {
		malloc_stubs.go#L73: 		if gcphase == _GCmarktermination {
		mfinal.go#L102: 	if gcphase != _GCoff {
		mgc.go#L223: var gcphase uint32
		mgc.go#L258: 	atomic.Store(&gcphase, x)
		mgc.go#L259: 	writeBarrier.enabled = gcphase == _GCmark || gcphase == _GCmarktermination
		mgc.go#L588: 	if cycle == n+1 || (gcphase == _GCmark && cycle == n+2) {
		mgc.go#L650: 		if gcphase != _GCmark {
		mgc.go#L707: 	if !memstats.enablegc || panicking.Load() != 0 || gcphase != _GCoff {
		mgc.go#L1027: 	if !(gcphase == _GCmark && gcIsMarkDone()) {
		mgc.go#L1403: 	if gcphase != _GCoff {
		mgc.go#L1957: 	if gcphase != _GCmarktermination {
		mgc.go#L2052: 	if gcphase != _GCoff {
		mgcmark.go#L1283: 				if gcphase == _GCmark {
		mgcmark.go#L1342: 			if gcphase == _GCmark {
		mgcmark.go#L1457: 			if gcphase == _GCmark {
		mgcmark.go#L1752: 	if gcphase == _GCmarktermination {
		mgcmark_greenteagc.go#L301: 			if gcphase == _GCmark {
		mgcmark_greenteagc.go#L629: 	if gcphase != _GCoff {
		mgcmark_greenteagc.go#L776: 	if gcphase != _GCoff || work.spanSPMCs.list.empty() {
		mgcpacer.go#L1524: 	if gcphase != _GCoff {
		mgcwork.go#L189: 	if flushed && gcphase == _GCmark {
		mgcwork.go#L242: 	if flushed && gcphase == _GCmark {
		mgcwork.go#L371: 	if gcphase == _GCmark {
		mgcwork.go#L543: 	if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
		mheap.go#L2124: 		if gcphase != _GCoff {
		mheap.go#L2192: 	if gcphase != _GCoff {
		mheap.go#L2468: 	if gcphase != _GCoff {
		mheap.go#L2556: 		if gcphase != _GCoff {
		proc.go#L5969: 	if phase := gcphase; phase != _GCoff {
		stack.go#L252: 	if gcphase == _GCoff && s.allocCount == 0 {
		stack.go#L539: 		if gcphase == _GCoff {
		trace.go#L432: 	if gcphase == _GCmark || gcphase == _GCmarktermination {
		trace.go#L627: 	if !stopTrace && (gcphase == _GCmark || gcphase == _GCmarktermination) {